home *** CD-ROM | disk | FTP | other *** search
/ Freelog 50 / Freelog050.iso / DossierLogitheque / Bureautique / Kplan / inst_kplan.exe / {app} / KPlan.exe / 0 / RCDATA / TRPSTATUSFORM / TRPSTATUSFORM.txt
Text File  |  2003-10-19  |  777b  |  40 lines

  1. object RPStatusForm: TRPStatusForm
  2.   Left = 293
  3.   Top = 241
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Etat du rapport'
  7.   ClientHeight = 113
  8.   ClientWidth = 361
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object StatusLabel: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 345
  23.     Height = 49
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.   end
  27.   object CancelButton: TButton
  28.     Left = 144
  29.     Top = 78
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'Annuler'
  34.     Default = True
  35.     ModalResult = 2
  36.     TabOrder = 0
  37.     OnClick = CancelButtonClick
  38.   end
  39. end
  40.